home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / docs / help / arexxbegin.lha / arexx_for_beginners / articles_01-10 / Example5-1.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-04-06  |  77 b   |  5 lines

  1. /* Example5-1 */
  2. /* This illustrates SAYing a string */
  3.  
  4. SAY 'I am a String'
  5.